From ac417b67794ce101de70c75152234e2f6dc736e9 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sat, 2 Jan 2016 19:35:26 -0600 Subject: [PATCH] Remove abort from exif. Steve says we still mishandle time zones, but we've probably always mishandled time zones and this is clearly a seldom used code path.. :-/ --- exif.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exif.cc b/exif.cc index 7c0fee3ff..1477690a5 100644 --- a/exif.cc +++ b/exif.cc @@ -1390,7 +1390,7 @@ exif_wr_init(const char* fname) if (exif_time_ref == 0) { fatal(MYNAME ": No valid timestamp found in picture!\n"); } -abort(); + QString filename(fname); filename += ".jpg"; fout = gbfopen_be(filename, "wb", MYNAME); -- 2.30.2